public enum GS1Emulation extends java.lang.Enum<GS1Emulation> implements IEnumType
| Enum Constant and Description |
|---|
EAN8toEAN13Conversion |
GS1128Emulation |
GS1CodeExpansionOff |
GS1DataBarEmulation |
GS1EmulationOff |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
toString() |
static GS1Emulation |
valueOf(int code) |
static GS1Emulation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GS1Emulation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GS1Emulation GS1EmulationOff
public static final GS1Emulation GS1128Emulation
public static final GS1Emulation GS1DataBarEmulation
public static final GS1Emulation GS1CodeExpansionOff
public static final GS1Emulation EAN8toEAN13Conversion
public static GS1Emulation[] values()
for (GS1Emulation c : GS1Emulation.values()) System.out.println(c);
public static GS1Emulation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in interface IEnumTypetoString in class java.lang.Enum<GS1Emulation>public static GS1Emulation valueOf(int code)